翻訳と辞書
Words near each other
・ Fixed-asset turnover
・ Fixed-base operator
・ Fixed-block architecture
・ Fixed-dose combination (antiretroviral)
・ Fixed-focus lens
・ Fixed-function
・ Fixed-gear bicycle
・ Fixed-income attribution
・ Fixed-income relative-value investing
・ Fixed-Mobile Convergence Alliance
・ Fixed-odds betting
・ Fixed-pattern noise
・ Fixed-point arithmetic
・ Fixed-point combinator
・ Fixed-point index
Fixed-point iteration
・ Fixed-point lemma for normal functions
・ Fixed-point property
・ Fixed-point space
・ Fixed-point subgroup
・ Fixed-point subring
・ Fixed-point theorem
・ Fixed-point theorems in infinite-dimensional spaces
・ Fixed-price contract
・ Fixed-priority pre-emptive scheduling
・ Fixed-radius near neighbors
・ Fixed-rate mortgage
・ Fixed-satellite service
・ Fixed-term contract
・ Fixed-term election


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Fixed-point iteration : ウィキペディア英語版
Fixed-point iteration

(詳細はnumerical analysis, fixed-point iteration is a method of computing fixed points of iterated functions.
More specifically, given a function f defined on the real numbers with real values and given a point x_0 in the domain of f, the fixed point iteration is
:x_=f(x_n), \, n=0, 1, 2, \dots
which gives rise to the sequence x_0, x_1, x_2, \dots which is hoped to converge to a point x. If f is continuous, then one can prove that the obtained x is a fixed point of f, i.e.,
:f(x)=x.
More generally, the function f can be defined on any metric space with values in that same space.
==Examples==

* A first simple and useful example is the Babylonian method for computing the square root of ''a''>0, which consists in taking f(x)=\frac 12\left(\frac ax + x\right), i.e. the mean value of ''x'' and ''a/x'', to approach the limit x = \sqrt a (from whatever starting point x_0 \gg 0 ). This is a special case of Newton's method quoted below.
* The fixed-point iteration x_=\cos x_n\, converges to the unique fixed point of the function f(x)=\cos x\, for any starting point x_0. This example does satisfy the assumptions of the Banach fixed point theorem. Hence, the error after n steps satisfies |x_n-x_0| \leq | x_1 - x_0 | = C q^n (where we can take q = 0.85, if we start from x_0=1.) When the error is less than a multiple of q^n for some constant ''q'', we say that we have linear convergence. The Banach fixed-point theorem allows one to obtain fixed-point iterations with linear convergence.
* The fixed-point iteration x_=2x_n\, will diverge unless x_0=0. We say that the fixed point of f(x)=2x\, is repelling.
* The requirement that ''f'' is continuous is important, as the following example shows. The iteration
: x_ =
\begin
\frac, & x_n \ne 0\\
1, & x_n=0
\end
converges to 0 for all values of x_0.
However, 0 is ''not'' a fixed point of the function
:f(x) =
\begin
\frac, & x \ne 0\\
1, & x = 0
\end
as this function is ''not'' continuous at x=0, and in fact has no fixed points.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Fixed-point iteration」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.